Package-level declarations

Types

Link copied to clipboard
fun interface CompletionListener

A listener that's notified when the action is completed.

Link copied to clipboard

The ViewportPlugin provides a structured approach to organizing camera management logic into states and transitions between them.

Link copied to clipboard
sealed class ViewportStatus

Represents the status of the viewport.

Link copied to clipboard

Observer that gets notified whenever ViewportStatus changes.

Properties

Link copied to clipboard

The default pitch value for the follow puck viewport state.

Link copied to clipboard
const val DEFAULT_FOLLOW_PUCK_VIEWPORT_STATE_ZOOM: Double = 16.35

The default zoom value for the follow puck viewport state.

Link copied to clipboard

The default duration of the generated transitions set for the frame transition options.

Link copied to clipboard
const val DEFAULT_TRANSITION_MAX_DURATION_MS: Long = 3500

The default maximum duration of the generated transitions set for the state transition options, including delays between animators and their respective durations.

Link copied to clipboard
@get:JvmName(name = "getViewport")
val MapPluginProviderDelegate.viewport: ViewportPlugin

Extension val for MapView to get the ViewportPlugin instance.